home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / manage / tymit.arc / BACKUP.TXT next >
Text File  |  1989-08-09  |  1KB  |  36 lines

  1. * Map search and other drives *
  2. MAP ERRORS OFF
  3. * Prevent breaking out of login script before logout.
  4. DOS BREAK OFF
  5. BREAK OFF
  6. MAP S1:=SYS:PUBLIC
  7. MAP S2:=SYS:PUBLIC\%MACHINE\%OS\%OS_VERSION
  8. COMSPEC=S2:COMMAND.COM
  9. MAP S3:=SYS:MAYNARD
  10. MAP S4:=SYS:SYSTEM
  11. MAP K:=SYS:
  12. MAP L:=DATABASE:
  13. MAP M:=USERS:
  14. MAP T:=SYS:MAYNARD
  15. * Set MSII required for Maynstream *
  16. DOS SET MSII = "T:\\MAYNARD"
  17. DRIVE T:
  18. * Synchronize workstation time with server time *
  19. #SYSTIME
  20. * Immediately check to see if tape inserted, tape drive functioning.
  21. #TENSION
  22. * Call R.Adams' time delay utility.  Time must be HH:MM military format.
  23. * This time would start backup at 1:00 am.
  24. #TYMIT 01:00
  25. * Erase tape first.
  26. #TENSION /ER/YY
  27. * Backup all directories as specified in COMPLETE.BKS (as defined by user
  28. * when bks file created in TMENU).  Output filenames to MSII.PRT.
  29. #TBACKUP @COMPLETE.BKS/YY/LI/EM
  30. * Verify all files backed up (optional).  Append to MSII.PRT.
  31. #TVERIFY @COMPLETE.BKS/YY/LI::A/EM
  32. DRIVE F:
  33. * Logout of network, preserves security.
  34. #NETLOG LOGOUT
  35. EXIT "LOGOUT"
  36.